home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / pure_adr.swf / scripts / DefineButton2_183 / BUTTONCONDACTION on(rollOver).as
Text File  |  2008-11-12  |  198b  |  12 lines

  1. on(rollOver){
  2.    if(eval("/:carro") == "1")
  3.    {
  4.       set("/:perto","1");
  5.       tellTarget("/roda/estrada/nave")
  6.       {
  7.          gotoAndStop("explode");
  8.          play();
  9.       }
  10.    }
  11. }
  12.